home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 122 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  942 b 

  1. Path: rook.ukc.ac.uk!mcpn
  2. From: mcpn@ukc.ac.uk (M.C.P.Noronha)
  3. Newsgroups: comp.lang.c++
  4. Subject: 32-bit vs 16-bit APIs
  5. Date: Mon, 01 Jan 96 22:02:06 GMT
  6. Organization: University of Kent at Canterbury, UK.
  7. Sender: mcpn@ukc.ac.uk
  8. Distribution: world
  9. Message-ID: <9167@rook.ukc.ac.uk>
  10. NNTP-Posting-Host: rook.ukc.ac.uk
  11.  
  12. Hi folks,
  13. I'm writing an application that interfaces between assorted databases and
  14. does some other not-very-interesting stuff, and I have to use a number of
  15. different APIs for some of it.
  16.  
  17. ONE of the proprietary APIs is 16-bit win31, but everything else (including
  18. the app itself) can be 32-bit.
  19.  
  20. My question: Is there any way I can use the MSVC++ 32-bit compiler and the
  21. other 32-bit versions of the APIs, whilst still using this one 16-bit API,
  22. or do I really have no choice but to drag everything down to the lowest
  23. common denominator (i.e. 16-bit programs and APIs) ?  Or am I missing the
  24. point somewhere ?!
  25.  
  26. Thanks,
  27. M
  28.